![]() |
Sensor Fusion for Kinetis MCUs (ISSDK/KSDK version)
|
Collaboration diagram for SV_COMMON:Data Fields | |
| float | fPhi |
| float | fThe |
| float | fPsi |
| float | fRho |
| float | fChi |
| float | fRM [3][3] |
| Quaternion | fq |
| float | fRVec [3] |
| float | fOmega [3] |
| int32_t | systick |
Definition at line 448 of file sensor_fusion.h.
| float fChi |
tilt from vertical (deg)
Definition at line 453 of file sensor_fusion.h.
| float fOmega[3] |
average angular velocity (deg/s)
Definition at line 457 of file sensor_fusion.h.
Referenced by readCommon().
| float fPhi |
| float fPsi |
yaw (deg)
Definition at line 451 of file sensor_fusion.h.
| Quaternion fq |
| float fRho |
| float fRM[3][3] |
orientation matrix
Definition at line 454 of file sensor_fusion.h.
| float fRVec[3] |
rotation vector
Definition at line 456 of file sensor_fusion.h.
| float fThe |
| int32_t systick |